home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Software für Mac-OS X / Text-Editoren / PNotes_Beta.dmg / PocketNotes.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-07-02  |  1.5 KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>pnotes</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>PocketNotes Document</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>PNT2</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>PToDoDocument</string>
  24.         </dict>
  25.         <dict>
  26.             <key>CFBundleTypeExtensions</key>
  27.             <array>
  28.                 <string>pnskin</string>
  29.             </array>
  30.             <key>CFBundleTypeName</key>
  31.             <string>PocketNotes Skin</string>
  32.             <key>CFBundleTypeOSTypes</key>
  33.             <array>
  34.                 <string>PNT2</string>
  35.             </array>
  36.             <key>CFBundleTypeRole</key>
  37.             <string>None</string>
  38.         </dict>
  39.     </array>
  40.     <key>CFBundleExecutable</key>
  41.     <string>PocketNotes</string>
  42.     <key>CFBundleIconFile</key>
  43.     <string>PocketNotes.icns</string>
  44.     <key>CFBundleIdentifier</key>
  45.     <string>com.pocketSW.PocketNotes</string>
  46.     <key>CFBundleInfoDictionaryVersion</key>
  47.     <string>6.0</string>
  48.     <key>CFBundlePackageType</key>
  49.     <string>APPL</string>
  50.     <key>CFBundleSignature</key>
  51.     <string>PNTS</string>
  52.     <key>CFBundleVersion</key>
  53.     <string>1.0b1</string>
  54.     <key>NSMainNibFile</key>
  55.     <string>MainMenu</string>
  56.     <key>NSPrincipalClass</key>
  57.     <string>NSApplication</string>
  58. </dict>
  59. </plist>
  60.